# Carnal Realms artifact slot foundation.
#
# CK2 loads dynamic slot declarations from common/artifacts. CR declares only
# its custom clothing and mount-equipment slots so vanilla slots remain intact.

slots = {
	cr_clothing_headwear = 1
	cr_clothing_neckwear = 1
	cr_clothing_upper_body = 1
	cr_clothing_lower_body = 1
	cr_clothing_underwear = 1
	cr_clothing_hands = 1
	cr_clothing_waist = 1
	cr_clothing_legwear = 1
	cr_clothing_footwear = 1
	cr_clothing_accessory = 2
	cr_mount = 1
	cr_mount_barding = 1
	cr_mount_saddle = 1
	cr_mount_bridle = 1
	cr_mount_horseshoes = 1
	cr_mount_caparison = 1
	cr_mount_baggage = 1
	cr_mount_battle_standard = 1
}
